Skip to content

Feat/add response time - #57

Merged
HoussemEddineChaouch merged 2 commits into
mainfrom
feat/add-response-time
Jul 25, 2026
Merged

Feat/add response time#57
HoussemEddineChaouch merged 2 commits into
mainfrom
feat/add-response-time

Conversation

@HoussemEddineChaouch

Copy link
Copy Markdown
Owner

What does this PR do?

Displays how long the Gemini API call took after each
agent response e.g. [responded in 1.2s] using a
magenta background to match the existing color system.

Also updates the colored CLI output table in README.md
to document the new magenta color.

Type of change

  • Bug fix
  • New feature / tool
  • Documentation update
  • Refactor

How to test it

  1. Run node src/index.js
  2. Type any message
  3. After the agent replies see:
    [responded in 1.2s] in magenta

Related issues

Closes #45

@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mini-agent-cli Ready Ready Preview, Comment Jul 25, 2026 4:19pm

@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown

👋 Thanks for opening this PR @HoussemEddineChaouch!

Before we review, please make sure:

  • PR description follows the repo template
  • Your branch is up to date with main
  • You were assigned to the related issue before opening this PR

A maintainer will review it soon. 🙌

@HoussemEddineChaouch
HoussemEddineChaouch merged commit ac9a17f into main Jul 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature ]: show response time after each agent reply

1 participant